home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / HENSA / GRAPHICS / RANDJPEG.ARC / source_h_randfile < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-27  |  175 b   |  9 lines

  1. #ifndef randfile_h
  2. #define randfile_h
  3.  
  4. extern char *rand_file(
  5.                 const char      *path,
  6.                 const char      *history_file);
  7.  
  8. #endif /* randfile_h */
  9.